74 WDT_A_hold(WDT_A_BASE);
85 GPIO_setAsPeripheralModuleFunctionOutputPin(
91 GPIO_setAsPeripheralModuleFunctionInputPin(
106 SFR_clearInterrupt(SFR_OSCILLATOR_FAULT_INTERRUPT);
107 SFR_enableInterrupt(SFR_OSCILLATOR_FAULT_INTERRUPT);
110 __bis_SR_register(GIE);
113 __bis_SR_register(LPM3_bits + GIE);
119 #if defined(__TI_COMPILER_VERSION__) || defined(__IAR_SYSTEMS_ICC__)
120 #pragma vector=UNMI_VECTOR
122 #elif defined(__GNUC__)
123 __attribute__((interrupt(UNMI_VECTOR)))
130 status = UCS_clearAllOscFlagsWithTimeout(1000);